Reduce CW340 bootstrap SPI clock speed#28801
Merged
engdoreis merged 1 commit intolowRISC:earlgrey_1.0.0from Nov 24, 2025
Merged
Reduce CW340 bootstrap SPI clock speed#28801engdoreis merged 1 commit intolowRISC:earlgrey_1.0.0from
engdoreis merged 1 commit intolowRISC:earlgrey_1.0.0from
Conversation
AlexJones0
approved these changes
Nov 21, 2025
Contributor
AlexJones0
left a comment
There was a problem hiding this comment.
Looks okay to me, it makes sense for the current CW340 CI setup. I wonder if you could add a comment so that anybody without external connections to the TPM wires knows that they can safely bump this back to 5000000 bps?
Contributor
|
Also maybe you should add the |
The reduction is necessary due to increased bus capacitance introduced by external wires connected to the TPM SPI interface, which affects signal integrity. This change improves CW340 stability during bootstrap for CI tests. Signed-off-by: Douglas Reis <doreis@lowrisc.org>
jwnrt
approved these changes
Nov 21, 2025
|
Successfully created backport PR for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The reduction is necessary due to increased bus capacitance introduced by external wires connected to the TPM SPI interface, which affects signal integrity. This change improves CW340 stability during bootstrap for CI tests.